Crate unic_ucd_bidi [] [src]

Accessor for Bidi_Class property from Unicode Character Database (UCD)

Enums

BidiClass

Represents values of the Unicode character property Bidi_Class, also known as the bidirectional character type.

Constants

UNICODE_VERSION

The Unicode version of data

Traits

BidiChar
BidiStr

Functions

bidi_class

Find the BidiClass of a single char.

is_explicit

If bidi_class is an explicit directional initiator or terminator.

is_rtl

If bidi_class has Right-To-Left direction.